Einhugur macOS Bridge plugin.

NSWorkspace.RunningApplications Method

Returns an array of running apps.

shared RunningApplications() as EinhugurMacOSBridge.NSRunningApplication()

Parameters

Returns

EinhugurMacOSBridge.NSRunningApplication()
An array of NSRunningApplication instances.

Remarks

The order of the array is unspecified, but it is stable, meaning that the relative order of particular apps will not change across multiple calls to runningApplications.

See Also

NSWorkspace Class